home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8" ?>
- <html xsl:version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml">
- <body style="font-family:Arial,helvetica,sans-serif;font-size:12pt;
- background-color:#EEEEEE">
- <xsl:for-each select="rsobjectdoc/rsnode">
- <div style="background-color:teal;color:white;padding:4px">
- <span style="font-weight:bold;color:white">
- <xsl:value-of select="classname"/>
- </span>
- version <xsl:value-of select="version"/>
- </div>
- <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
- <xsl:value-of select="description"/>
- <span style="font-style:italic">
- (<xsl:value-of select="author"/>)
- </span>
- </div>
- <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
-
- <TABLE WIDTH="90%" BORDER="1" CELLSPACING="1" CELLPADDING="1">
- <TR>
- <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Names</SPAN></TD>
- <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Description</SPAN></TD>
- <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Default</SPAN></TD>
- <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Type</SPAN></TD>
- <TD ALIGN="center" bgColor="buttonface"><SPAN style="font-weight:bold;font-size:10pt">Flags</SPAN></TD>
- </TR>
- <xsl:for-each select="rscon">
- <TR>
- <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="con"/></SPAN></TD>
- <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="condesc"/></SPAN></TD>
- <TD ALIGN="center"><SPAN style="font-size:10pt"> ---</SPAN></TD>
- <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="contype"/></SPAN></TD>
- <TD ALIGN="left"><SPAN style="font-size:10pt"><xsl:value-of select="conflg"/></SPAN></TD>
- </TR>
- </xsl:for-each>
- </TABLE>
- </div>
- <div style="margin-left:20px;margin-bottom:1em;font-size:10pt">
- Last modified:
- <xsl:value-of select="date"/>
- </div>
-
- </xsl:for-each>
- </body>
- </html>
-
-
-